﻿#navMain .menuItem {
  display: block;
  padding: 0 20px;
  line-height: 60px;
  border-bottom: 1px solid #252525;
  color: #f8f8f8;
  font-size: 17pt;
  font-weight: 300; }
  #navMain .menuItem > img {
    vertical-align: middle;
    margin-right: 10px; }
#navMain .menuItem:hover {
  background: #252525; }

#sectionNews > header > h1 {
  color: #af1230 !important; }
#sectionNews > .flex-zone-row > a {
  text-decoration: none;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  -webkit-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s; }
#sectionNews > .flex-zone-row > a:hover, #sectionNews > .flex-zone-row > a:active {
  background: #f0f0f0; }
#sectionNews .articleNew {
  width: 300px;
  overflow: hidden;
  margin: 20px; }
  #sectionNews .articleNew > header {
    order: 2; }
  #sectionNews .articleNew > header > h2 {
    margin: 5px 0;
    color: #252525;
    font-weight: 600;
    font-size: 17px; }
  #sectionNews .articleNew .divNewBody {
    order: 1; }
    #sectionNews .articleNew .divNewBody img {
      width: 100%; }
  #sectionNews .articleNew > footer {
    margin-right: 2px;
    order: 3;
    text-align: right;
    font-style: italic;
    font-size: 13px;
    color: #af1230; }

.divNewBody{
    height: 400px;
    max-height:400px
}

.divNewContentBody{
    max-height:150px;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/images/Gifs/tenor.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: 0.5;
}

/*# sourceMappingURL=home.css.map */